home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / groff-base / copyright < prev    next >
Encoding:
Text File  |  2006-06-19  |  23.7 KB  |  489 lines

  1. This is the Debian GNU/Linux prepackaged version of the GNU groff
  2. document formatting system. 
  3. GNU groff was written by James Clark <jjc@jclark.com>.  
  4. It is now maintained by Ted Harding <ted.harding@nessie.mcc.ac.uk> and
  5. Werner Lemberg <wl@gnu.org>.
  6.  
  7. This Debian package was previously maintained by Fabrizio Polacco
  8. <fpolacco@debian.org>.
  9. It is now maintained by Colin Watson <cjwatson@debian.org>.
  10.  
  11. The original tarball came from <URL:ftp://groff.ffii.org/pub/groff/>:
  12.   4c7a1b478d230696f14743772f31639f  groff-1.18.1.tar.gz
  13. and was simply renamed to groff_1.18.1.orig.tar.gz.
  14.  
  15. Some patches have been applied to groff outside the debian directory. The
  16. most visible of these is a patch for Japanese support (contributed by
  17. Fumitoshi UKAI and others in the jgroff team), which adds the ascii8 and
  18. nippon devices and a number of font files. This has been discussed on the
  19. upstream mailing list, and the opinion there was that multi-byte language
  20. support would be better implemented using preprocessors and a UTF-8 core.
  21. However, at the time of writing, there are no known problems caused by this
  22. patch, and until a more complete solution is implemented upstream this
  23. provides a useful service to Japanese users of Debian.
  24.  
  25. The Debian diff also appends /usr/share/groff/tmac to the default macro path
  26. for compatibility with versions of groff earlier than 1.17 (patch by Colin
  27. Watson).
  28.  
  29. =========================================================================
  30.  
  31. Copyright (C) 1989-2000 Free Software Foundation, Inc.
  32.      Written by James Clark (jjc@jclark.com)
  33.  
  34. This file is part of groff.
  35.  
  36. groff is free software; you can redistribute it and/or modify it under
  37. the terms of the GNU General Public License as published by the Free
  38. Software Foundation; either version 2, or (at your option) any later
  39. version.
  40.  
  41. groff is distributed in the hope that it will be useful, but WITHOUT ANY
  42. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  43. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  44. for more details.
  45.  
  46. You should have received a copy of the GNU General Public License along
  47. with groff; see the file COPYING.  If not, write to the Free Software
  48. Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  49.  
  50. On Debian systems, a copy of the GNU General Public License is available
  51. in /usr/share/common-licenses/GPL as part of the base-files package.
  52.  
  53. =========================================================================
  54.  
  55. Included in this release are implementations of troff, pic, eqn, tbl,
  56. grn, refer, -man, -mdoc, and -ms macros, and drivers for PostScript, TeX
  57. dvi format, HP LaserJet 4 printers, Canon CAPSL printers, HTML format
  58. (still alpha), and typewriter-like devices.  Also included is a modified
  59. version of the Berkeley -me macros, an enhanced version of the X11
  60. xditview previewer, and an implementation of the -mm macros contributed
  61. by Joergen Haegg (jh@axis.se).
  62.  
  63. xditview is copyrighted by MIT under the usual X terms.
  64.  
  65. /*
  66.  * Copyright 1991 Massachusetts Institute of Technology
  67.  *
  68.  * Permission to use, copy, modify, distribute, and sell this software and its
  69.  * documentation for any purpose is hereby granted without fee, provided that
  70.  * the above copyright notice appear in all copies and that both that
  71.  * copyright notice and this permission notice appear in supporting
  72.  * documentation, and that the name of M.I.T. not be used in advertising or
  73.  * publicity pertaining to distribution of the software without specific,
  74.  * written prior permission.  M.I.T. makes no representations about the
  75.  * suitability of this software for any purpose.  It is provided "as is"
  76.  * without express or implied warranty.
  77.  *
  78.  * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  79.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
  80.  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  81.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  82.  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  83.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  84.  *
  85.  */
  86.  
  87. =========================================================================
  88.  
  89. The groff manual is distributed under the following terms:
  90.  
  91. Copyright (C) 1994-2000, 2001, 2002 Free Software Foundation, Inc.
  92.  
  93.   Permission is granted to copy, distribute and/or modify this
  94.   document under the terms of the GNU Free Documentation License,
  95.   Version 1.1 or any later version published by the Free Software
  96.   Foundation; with no Invariant Sections, with the Front-Cover texts
  97.   being `A GNU Manual," and with the Back-Cover Texts as in (a)
  98.   below.  A copy of the license is included in the section entitled
  99.   `GNU Free Documentation License."
  100.  
  101.   (a) The FSF's Back-Cover Text is: `You have freedom to copy and
  102.   modify this GNU Manual, like GNU software.  Copies published by
  103.   the Free Software Foundation raise funds for GNU development."
  104.  
  105.  
  106.         GNU Free Documentation License
  107.            Version 1.1, March 2000
  108.  
  109.  Copyright (C) 2000  Free Software Foundation, Inc.
  110.      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  111.  Everyone is permitted to copy and distribute verbatim copies
  112.  of this license document, but changing it is not allowed.
  113.  
  114.  
  115. 0. PREAMBLE
  116.  
  117. The purpose of this License is to make a manual, textbook, or other
  118. written document "free" in the sense of freedom: to assure everyone
  119. the effective freedom to copy and redistribute it, with or without
  120. modifying it, either commercially or noncommercially.  Secondarily,
  121. this License preserves for the author and publisher a way to get
  122. credit for their work, while not being considered responsible for
  123. modifications made by others.
  124.  
  125. This License is a kind of "copyleft", which means that derivative
  126. works of the document must themselves be free in the same sense.  It
  127. complements the GNU General Public License, which is a copyleft
  128. license designed for free software.
  129.  
  130. We have designed this License in order to use it for manuals for free
  131. software, because free software needs free documentation: a free
  132. program should come with manuals providing the same freedoms that the
  133. software does.  But this License is not limited to software manuals;
  134. it can be used for any textual work, regardless of subject matter or
  135. whether it is published as a printed book.  We recommend this License
  136. principally for works whose purpose is instruction or reference.
  137.  
  138.  
  139. 1. APPLICABILITY AND DEFINITIONS
  140.  
  141. This License applies to any manual or other work that contains a
  142. notice placed by the copyright holder saying it can be distributed
  143. under the terms of this License.  The "Document", below, refers to any
  144. such manual or work.  Any member of the public is a licensee, and is
  145. addressed as "you".
  146.  
  147. A "Modified Version" of the Document means any work containing the
  148. Document or a portion of it, either copied verbatim, or with
  149. modifications and/or translated into another language.
  150.  
  151. A "Secondary Section" is a named appendix or a front-matter section of
  152. the Document that deals exclusively with the relationship of the
  153. publishers or authors of the Document to the Document's overall subject
  154. (or to related matters) and contains nothing that could fall directly
  155. within that overall subject.  (For example, if the Document is in part a
  156. textbook of mathematics, a Secondary Section may not explain any
  157. mathematics.)  The relationship could be a matter of historical
  158. connection with the subject or with related matters, or of legal,
  159. commercial, philosophical, ethical or political position regarding
  160. them.
  161.  
  162. The "Invariant Sections" are certain Secondary Sections whose titles
  163. are designated, as being those of Invariant Sections, in the notice
  164. that says that the Document is released under this License.
  165.  
  166. The "Cover Texts" are certain short passages of text that are listed,
  167. as Front-Cover Texts or Back-Cover Texts, in the notice that says that
  168. the Document is released under this License.
  169.  
  170. A "Transparent" copy of the Document means a machine-readable copy,
  171. represented in a format whose specification is available to the
  172. general public, whose contents can be viewed and edited directly and
  173. straightforwardly with generic text editors or (for images composed of
  174. pixels) generic paint programs or (for drawings) some widely available
  175. drawing editor, and that is suitable for input to text formatters or
  176. for automatic translation to a variety of formats suitable for input
  177. to text formatters.  A copy made in an otherwise Transparent file
  178. format whose markup has been designed to thwart or discourage
  179. subsequent modification by readers is not Transparent.  A copy that is
  180. not "Transparent" is called "Opaque".
  181.  
  182. Examples of suitable formats for Transparent copies include plain
  183. ASCII without markup, Texinfo input format, LaTeX input format, SGML
  184. or XML using a publicly available DTD, and standard-conforming simple
  185. HTML designed for human modification.  Opaque formats include
  186. PostScript, PDF, proprietary formats that can be read and edited only
  187. by proprietary word processors, SGML or XML for which the DTD and/or
  188. processing tools are not generally available, and the
  189. machine-generated HTML produced by some word processors for output
  190. purposes only.
  191.  
  192. The "Title Page" means, for a printed book, the title page itself,
  193. plus such following pages as are needed to hold, legibly, the material
  194. this License requires to appear in the title page.  For works in
  195. formats which do not have any title page as such, "Title Page" means
  196. the text near the most prominent appearance of the work's title,
  197. preceding the beginning of the body of the text.
  198.  
  199.  
  200. 2. VERBATIM COPYING
  201.  
  202. You may copy and distribute the Document in any medium, either
  203. commercially or noncommercially, provided that this License, the
  204. copyright notices, and the license notice saying this License applies
  205. to the Document are reproduced in all copies, and that you add no other
  206. conditions whatsoever to those of this License.  You may not use
  207. technical measures to obstruct or control the reading or further
  208. copying of the copies you make or distribute.  However, you may accept
  209. compensation in exchange for copies.  If you distribute a large enough
  210. number of copies you must also follow the conditions in section 3.
  211.  
  212. You may also lend copies, under the same conditions stated above, and
  213. you may publicly display copies.
  214.  
  215.  
  216. 3. COPYING IN QUANTITY
  217.  
  218. If you publish printed copies of the Document numbering more than 100,
  219. and the Document's license notice requires Cover Texts, you must enclose
  220. the copies in covers that carry, clearly and legibly, all these Cover
  221. Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
  222. the back cover.  Both covers must also clearly and legibly identify
  223. you as the publisher of these copies.  The front cover must present
  224. the full title with all words of the title equally prominent and
  225. visible.  You may add other material on the covers in addition.
  226. Copying with changes limited to the covers, as long as they preserve
  227. the title of the Document and satisfy these conditions, can be treated
  228. as verbatim copying in other respects.
  229.  
  230. If the required texts for either cover are too voluminous to fit
  231. legibly, you should put the first ones listed (as many as fit
  232. reasonably) on the actual cover, and continue the rest onto adjacent
  233. pages.
  234.  
  235. If you publish or distribute Opaque copies of the Document numbering
  236. more than 100, you must either include a machine-readable Transparent
  237. copy along with each Opaque copy, or state in or with each Opaque copy
  238. a publicly-accessible computer-network location containing a complete
  239. Transparent copy of the Document, free of added material, which the
  240. general network-using public has access to download anonymously at no
  241. charge using public-standard network protocols.  If you use the latter
  242. option, you must take reasonably prudent steps, when you begin
  243. distribution of Opaque copies in quantity, to ensure that this
  244. Transparent copy will remain thus accessible at the stated location
  245. until at least one year after the last time you distribute an Opaque
  246. copy (directly or through your agents or retailers) of that edition to
  247. the public.
  248.  
  249. It is requested, but not required, that you contact the authors of the
  250. Document well before redistributing any large number of copies, to give
  251. them a chance to provide you with an updated version of the Document.
  252.  
  253.  
  254. 4. MODIFICATIONS
  255.  
  256. You may copy and distribute a Modified Version of the Document under
  257. the conditions of sections 2 and 3 above, provided that you release
  258. the Modified Version under precisely this License, with the Modified
  259. Version filling the role of the Document, thus licensing distribution
  260. and modification of the Modified Version to whoever possesses a copy
  261. of it.  In addition, you must do these things in the Modified Version:
  262.  
  263. A. Use in the Title Page (and on the covers, if any) a title distinct
  264.    from that of the Document, and from those of previous versions
  265.    (which should, if there were any, be listed in the History section
  266.    of the Document).  You may use the same title as a previous version
  267.    if the original publisher of that version gives permission.
  268. B. List on the Title Page, as authors, one or more persons or entities
  269.    responsible for authorship of the modifications in the Modified
  270.    Version, together with at least five of the principal authors of the
  271.    Document (all of its principal authors, if it has less than five).
  272. C. State on the Title page the name of the publisher of the
  273.    Modified Version, as the publisher.
  274. D. Preserve all the copyright notices of the Document.
  275. E. Add an appropriate copyright notice for your modifications
  276.    adjacent to the other copyright notices.
  277. F. Include, immediately after the copyright notices, a license notice
  278.    giving the public permission to use the Modified Version under the
  279.    terms of this License, in the form shown in the Addendum below.
  280. G. Preserve in that license notice the full lists of Invariant Sections
  281.    and required Cover Texts given in the Document's license notice.
  282. H. Include an unaltered copy of this License.
  283. I. Preserve the section entitled "History", and its title, and add to
  284.    it an item stating at least the title, year, new authors, and
  285.    publisher of the Modified Version as given on the Title Page.  If
  286.    there is no section entitled "History" in the Document, create one
  287.    stating the title, year, authors, and publisher of the Document as
  288.    given on its Title Page, then add an item describing the Modified
  289.    Version as stated in the previous sentence.
  290. J. Preserve the network location, if any, given in the Document for
  291.    public access to a Transparent copy of the Document, and likewise
  292.    the network locations given in the Document for previous versions
  293.    it was based on.  These may be placed in the "History" section.
  294.    You may omit a network location for a work that was published at
  295.    least four years before the Document itself, or if the original
  296.    publisher of the version it refers to gives permission.
  297. K. In any section entitled "Acknowledgements" or "Dedications",
  298.    preserve the section's title, and preserve in the section all the
  299.    substance and tone of each of the contributor acknowledgements
  300.    and/or dedications given therein.
  301. L. Preserve all the Invariant Sections of the Document,
  302.    unaltered in their text and in their titles.  Section numbers
  303.    or the equivalent are not considered part of the section titles.
  304. M. Delete any section entitled "Endorsements".  Such a section
  305.    may not be included in the Modified Version.
  306. N. Do not retitle any existing section as "Endorsements"
  307.    or to conflict in title with any Invariant Section.
  308.  
  309. If the Modified Version includes new front-matter sections or
  310. appendices that qualify as Secondary Sections and contain no material
  311. copied from the Document, you may at your option designate some or all
  312. of these sections as invariant.  To do this, add their titles to the
  313. list of Invariant Sections in the Modified Version's license notice.
  314. These titles must be distinct from any other section titles.
  315.  
  316. You may add a section entitled "Endorsements", provided it contains
  317. nothing but endorsements of your Modified Version by various
  318. parties--for example, statements of peer review or that the text has
  319. been approved by an organization as the authoritative definition of a
  320. standard.
  321.  
  322. You may add a passage of up to five words as a Front-Cover Text, and a
  323. passage of up to 25 words as a Back-Cover Text, to the end of the list
  324. of Cover Texts in the Modified Version.  Only one passage of
  325. Front-Cover Text and one of Back-Cover Text may be added by (or
  326. through arrangements made by) any one entity.  If the Document already
  327. includes a cover text for the same cover, previously added by you or
  328. by arrangement made by the same entity you are acting on behalf of,
  329. you may not add another; but you may replace the old one, on explicit
  330. permission from the previous publisher that added the old one.
  331.  
  332. The author(s) and publisher(s) of the Document do not by this License
  333. give permission to use their names for publicity for or to assert or
  334. imply endorsement of any Modified Version.
  335.  
  336.  
  337. 5. COMBINING DOCUMENTS
  338.  
  339. You may combine the Document with other documents released under this
  340. License, under the terms defined in section 4 above for modified
  341. versions, provided that you include in the combination all of the
  342. Invariant Sections of all of the original documents, unmodified, and
  343. list them all as Invariant Sections of your combined work in its
  344. license notice.
  345.  
  346. The combined work need only contain one copy of this License, and
  347. multiple identical Invariant Sections may be replaced with a single
  348. copy.  If there are multiple Invariant Sections with the same name but
  349. different contents, make the title of each such section unique by
  350. adding at the end of it, in parentheses, the name of the original
  351. author or publisher of that section if known, or else a unique number.
  352. Make the same adjustment to the section titles in the list of
  353. Invariant Sections in the license notice of the combined work.
  354.  
  355. In the combination, you must combine any sections entitled "History"
  356. in the various original documents, forming one section entitled
  357. "History"; likewise combine any sections entitled "Acknowledgements",
  358. and any sections entitled "Dedications".  You must delete all sections
  359. entitled "Endorsements."
  360.  
  361.  
  362. 6. COLLECTIONS OF DOCUMENTS
  363.  
  364. You may make a collection consisting of the Document and other documents
  365. released under this License, and replace the individual copies of this
  366. License in the various documents with a single copy that is included in
  367. the collection, provided that you follow the rules of this License for
  368. verbatim copying of each of the documents in all other respects.
  369.  
  370. You may extract a single document from such a collection, and distribute
  371. it individually under this License, provided you insert a copy of this
  372. License into the extracted document, and follow this License in all
  373. other respects regarding verbatim copying of that document.
  374.  
  375.  
  376. 7. AGGREGATION WITH INDEPENDENT WORKS
  377.  
  378. A compilation of the Document or its derivatives with other separate
  379. and independent documents or works, in or on a volume of a storage or
  380. distribution medium, does not as a whole count as a Modified Version
  381. of the Document, provided no compilation copyright is claimed for the
  382. compilation.  Such a compilation is called an "aggregate", and this
  383. License does not apply to the other self-contained works thus compiled
  384. with the Document, on account of their being thus compiled, if they
  385. are not themselves derivative works of the Document.
  386.  
  387. If the Cover Text requirement of section 3 is applicable to these
  388. copies of the Document, then if the Document is less than one quarter
  389. of the entire aggregate, the Document's Cover Texts may be placed on
  390. covers that surround only the Document within the aggregate.
  391. Otherwise they must appear on covers around the whole aggregate.
  392.  
  393.  
  394. 8. TRANSLATION
  395.  
  396. Translation is considered a kind of modification, so you may
  397. distribute translations of the Document under the terms of section 4.
  398. Replacing Invariant Sections with translations requires special
  399. permission from their copyright holders, but you may include
  400. translations of some or all Invariant Sections in addition to the
  401. original versions of these Invariant Sections.  You may include a
  402. translation of this License provided that you also include the
  403. original English version of this License.  In case of a disagreement
  404. between the translation and the original English version of this
  405. License, the original English version will prevail.
  406.  
  407.  
  408. 9. TERMINATION
  409.  
  410. You may not copy, modify, sublicense, or distribute the Document except
  411. as expressly provided for under this License.  Any other attempt to
  412. copy, modify, sublicense or distribute the Document is void, and will
  413. automatically terminate your rights under this License.  However,
  414. parties who have received copies, or rights, from you under this
  415. License will not have their licenses terminated so long as such
  416. parties remain in full compliance.
  417.  
  418.  
  419. 10. FUTURE REVISIONS OF THIS LICENSE
  420.  
  421. The Free Software Foundation may publish new, revised versions
  422. of the GNU Free Documentation License from time to time.  Such new
  423. versions will be similar in spirit to the present version, but may
  424. differ in detail to address new problems or concerns.  See
  425. http://www.gnu.org/copyleft/.
  426.  
  427. Each version of the License is given a distinguishing version number.
  428. If the Document specifies that a particular numbered version of this
  429. License "or any later version" applies to it, you have the option of
  430. following the terms and conditions either of that specified version or
  431. of any later version that has been published (not as a draft) by the
  432. Free Software Foundation.  If the Document does not specify a version
  433. number of this License, you may choose any version ever published (not
  434. as a draft) by the Free Software Foundation.
  435.  
  436.  
  437. ADDENDUM: How to use this License for your documents
  438.  
  439. To use this License in a document you have written, include a copy of
  440. the License in the document and put the following copyright and
  441. license notices just after the title page:
  442.  
  443.       Copyright (c)  YEAR  YOUR NAME.
  444.       Permission is granted to copy, distribute and/or modify this document
  445.       under the terms of the GNU Free Documentation License, Version 1.1
  446.       or any later version published by the Free Software Foundation;
  447.       with the Invariant Sections being LIST THEIR TITLES, with the
  448.       Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
  449.       A copy of the license is included in the section entitled "GNU
  450.       Free Documentation License".
  451.  
  452. If you have no Invariant Sections, write "with no Invariant Sections"
  453. instead of saying which ones are invariant.  If you have no
  454. Front-Cover Texts, write "no Front-Cover Texts" instead of
  455. "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
  456.  
  457. If your document contains nontrivial examples of program code, we
  458. recommend releasing these examples in parallel under your choice of
  459. free software license, such as the GNU General Public License,
  460. to permit their use in free software.
  461.  
  462. =========================================================================
  463.  
  464. meintro.me and meref.me are distributed under the following terms:
  465.  
  466.   Copyright (c) 1986 The Regents of the University of California.
  467.   All rights reserved.
  468.  
  469.   Redistribution and use in source and binary forms are permitted
  470.   provided that the above copyright notice and this paragraph are
  471.   duplicated in all such forms and that any documentation,
  472.   advertising materials, and other materials related to such
  473.   distribution and use acknowledge that the software was developed
  474.   by the University of California, Berkeley.  The name of the
  475.   University may not be used to endorse or promote products derived
  476.   from this software without specific prior written permission.
  477.   THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  478.   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  479.   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  480.  
  481. =========================================================================
  482.  
  483. pic.ms is distributed under the following terms:
  484.  
  485.   This document was written for free use and redistribution by
  486.   Eric S. Raymond <esr@thyrsus.com> in August 1995.
  487.  
  488. (I've contacted the author for clarification.)
  489.